From 8c3d77b4e8ee880c698755c2a36ec041199d3116 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 20 Mar 2012 11:19:06 -0400 Subject: [PATCH] Work around a notebook tab rendering bug This avoids assertions from gtk_render_frame_gap. --- tests/reftests/css-match-regions.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/reftests/css-match-regions.css b/tests/reftests/css-match-regions.css index 0b9807b0fa..ecd127d4bf 100644 --- a/tests/reftests/css-match-regions.css +++ b/tests/reftests/css-match-regions.css @@ -1,6 +1,7 @@ @import "reset-to-defaults.css"; * { + -GtkNotebook-tab-overlap: 0; /* work around a notebook tab rendering bug */ color: blue; } -- 2.30.2